home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-13 / hexed21.zip / HEB.BAT < prev    next >
DOS Batch File  |  1993-04-13  |  142b  |  11 lines

  1. @echo off
  2. if %1x==x goto noparams
  3. makebak %1
  4. if errorlevel=1 goto badcopy
  5. :noparams
  6. he %1 %2 %3
  7. goto end
  8. :badcopy
  9. pause
  10. echo .
  11. :end